The server kit comes as a (large) ZIP file. To set up the software, perform the following steps:
C:\HTTPD
. Please don't be creative
at this point. If you use this location, the server will run without the need
to edit configuration files. Also, all of the documentation, script examples, form
examples, etc. will just run (assuming you do steps 3, 4 and 5!).
pkunzip
! Directories must be preserved.
Use pkunzip
(2.04g or later), or equivalent, to uncompress the kit.
Add a line to your AUTOEXEC.BAT to set the TZ variable. Within the US, the syntax is as follows:
SET TZ=sssndddwhere sss is the 3-letter abbreviation for your standard timezone (e.g. EST), n is the standard time offset of your timezone from GMT (e.g. for Eastern, 4), and ddd is the 3-letter abbreviation for your daylight time (if your state has daylight time, e.g., for Eastern, EDT). For example:
SET TZ=EST4EDT SET TZ=MST7 <== for Arizona, no daylight time
CommandEnvSize=8192to the
[NonWindowsApp]
section of SYSTEM.INI
.
VBRUN300.DLL
in your Windows
"system" directory. This is needed to run the Windows CGI examples.
The server does not need the Visual Basic runtime library! If you don't have
it, you can get it from many many sources on the net and in the MSBASIC
library of CompuServe.